home *** CD-ROM | disk | FTP | other *** search
/ Ray Dream Studio 5 / Ray Dream.iso / pc / DreamSDK / Macintosh / Samples / gel / GEL / GELDll.h < prev    next >
Encoding:
Text File  |  1997-07-09  |  658 b   |  21 lines

  1. // Copyright (c)1995 Ray Dream, Inc. All Rights Reserved.
  2. /* $Id: GELDll.h 1.1 1996/07/18 23:59:41 Damien Exp $ */
  3.  
  4. ////////////////////////////////////////////////////////////////////////
  5. //   First Gel Example : Gel Light                                    //
  6. //--------------------------------------------------------------------//
  7. //   Global Variables used in the DLL                                                     //
  8. //////////////////////////////////////////////////////////////////////// 
  9.  
  10. #ifndef __GELDLL__
  11. #define __GELDLL__  
  12.  
  13. // Global variables used by the DLL for locking mecanism
  14. extern long global_count_Obj; 
  15. extern long global_count_Lock;
  16.  
  17.  
  18.  
  19. #endif // __GELDLL__
  20.  
  21.